Class EAuthException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EAuthInternalError, EAuthMgrNotFound, EAuthMgrPluginNotFound, EAuthUserError, ECompSyntaxErr, EFormSubjectDN, EInvalidCredentials, EMissingCredential

public class EAuthException extends EBaseException
This class represents authentication exceptions.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EAuthException

      public EAuthException(String msgFormat)
      Constructs an authentication exception

      Parameters:
      msgFormat - exception details
    • EAuthException

      public EAuthException(String msgFormat, Exception exception)
      Constructs a auth exception with a exception parameter.

      Parameters:
      msgFormat - exception details in message string format
      exception - system exception
    • EAuthException

      public EAuthException(String msgFormat, Object[] params)
      Constructs a auth exception with a list of parameters.

      Parameters:
      msgFormat - the message format.
      params - list of message format parameters
  • Method Details

    • getBundleName

      protected String getBundleName()
      Returns the resource bundle name
      Overrides:
      getBundleName in class EBaseException
      Returns:
      resource bundle name.